Cucumber

Result for User browses sports in build: 1

Scenarios Steps
Feature Total Passed Failed Total Passed Failed Skipped Pending Undefined Missing Duration Status
User browses sports 1 0 1 4 3 1 0 0 0 0 47s 599ms failed
Feature: User browses sports
In order to view odds on sports
As a customer
I want to be able to navigate through sport pages
Scenario: User browses through available sports
Given I have arrived on the website11s 398ms
When I select a sport314ms
Then the sport should be displayed05s 851ms
Then the sport odds should be displayed on the screen30s 034ms
java.lang.AssertionError: No sporting odds were found
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at sky.cucumber.stepDefinitions.HomePageStepDefinitions.the_sport_odds_should_be_displayed_on_the_screen(HomePageStepDefinitions.java:60)
	at ✽.Then the sport odds should be displayed on the screen(SkySportNavigation.feature:11)
Screenshot 1
Screenshot 2